SymbCrvCrossProd

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

SymbCrvCrossProd()  

SYNOPSIS

symb_lib/symbolic.c:380

CagdCrvStruct *SymbCrvCrossProd(CagdCrvStruct *Crv1, CagdCrvStruct *Crv2)
 

DESCRIPTION

Given two curves - computes their cross product. Returned curve is a scalar curve representing the cross product of the two given curves.  

PARAMETERS:

Crv1, Crv2: Two curve to multiply and compute a cross product for.  

FUNCTION RETURN VALUE

CagdCrvStruct *: A scalar curve representing the cross product of Crv1 x Crv2.  

SEE ALSO

SymbCrvDotProd, SymbCrvVecDotProd, SymbCrvMult, SymbCrvMultScalar,

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
SEE ALSO
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:08 GMT, October 17, 2022